home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / mta1450.zip / MTA.CTL < prev    next >
Text File  |  1991-06-06  |  11KB  |  266 lines

  1. %═══════════════════════════════════════════════════════════════════════
  2. % WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARN %
  3. %                                                                      %
  4. % When you use this example as a template, then please REMOVE ALL the  %
  5. % **NEWxxxx** and **CHAxxxx** comments from all statements before you  %
  6. % use them !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  %
  7. %═══════════════════════════════════════════════════════════════════════
  8. % This is an example with ALL control statements that can be used in the
  9. % MTA.CTL (alike) file. This is a normal ASCII file. Rules for coding
  10. % are:
  11. % - Case is not important
  12. % - A line without '%' or ';' in the first position is considered a
  13. %   control statement;
  14. % - Not the starting position of the control-statement is important
  15. %   but the order of sub-parameters is, so you can start a statement
  16. %   anywhere on the line (with starting 'white-spaces');
  17. % - Lines with a '%' or ';' character in position 1 are comment
  18. %   statements.
  19. %═══════════════════════════════════════════════════════════════════════
  20. % New options contain '*NEWvvvv*' at the end of the line, changed
  21. % options contain '*DIFvvvv*' at the end of the line ! 'vvvv' is the
  22. % MTA version that introduced the command or the change. The items
  23. % with >>> are changed in THIS release.
  24. %═══════════════════════════════════════════════════════════════════════
  25. %
  26. %───────────────────────────────────────────────────────────────────────
  27. % Registration comes here. Don;t fool around with the RegistrationKey
  28. % option. Non registered users can use key 0 or must comment out these
  29. % options.
  30. %───────────────────────────────────────────────────────────────────────
  31. % RegistrationName [Unregistered Evaluation Copy]
  32. %
  33. %───────────────────────────────────────────────────────────────────────
  34. % MTA can search for archivers itself, but it is faster to supply them
  35. % in several MTA.CTL options. This will make MTA faster at startup !
  36. % If the 3th parameter is a 'Y', MTA will use this archiver for the
  37. % optimalisation (/OOA).
  38. %───────────────────────────────────────────────────────────────────────
  39. ARCPath                      C:\SYS\ARC\ARC.EXE       Y
  40. PAKPath                      C:\SYS\ARC\PAK.EXE       Y
  41. DWCPath                      C:\SYS\ARC\DWC.EXE       Y
  42. LZHPath                      C:\SYS\ARC\LHARC.EXE     Y
  43. LZSPath                      C:\SYS\ARC\LARC.EXE      Y
  44. ZOOPath                      C:\SYS\ARC\ZOO.EXE       Y
  45. PKZIPPath                    C:\SYS\ARC\PKZIP.EXE     Y
  46. PKUNZIPPath                  C:\SYS\ARC\PKUNZIP.EXE   N
  47. PKUNPAKPath                  C:\SYS\ARC\PKUNPAK.EXE   N
  48. MDPath                       C:\SYS\ARC\MDCD.EXE      Y
  49. ARJPath                      C:\SYS\ARC\ARJ.EXE       Y  SWAP
  50. HYPERPath                    C:\SYS\ARC\HYPER.EXE     Y
  51. PKLITEPath                   C:\SYS\ARC\PKLITE.EXE    Y
  52. %
  53. %───────────────────────────────────────────────────────────────────────
  54. % For ZIP and PAK you can/must supply the version numbers. This is be-
  55. % cause MTA will act different depending on the ZIP and PAK versions.
  56. %───────────────────────────────────────────────────────────────────────
  57. PAKVersion                   210
  58. ZIPVersion                   110
  59. LZHVersion                   212
  60. %
  61. %───────────────────────────────────────────────────────────────────────
  62. % You can also supply a (de)compressor of your own. Please read the do-
  63. % cumentation on this subject. An example (commented out) with PKZIP is
  64. % supplied.
  65. %───────────────────────────────────────────────────────────────────────
  66. % OwnCompressPath            C:\SYS\ARC\PKZIP.EXE Y SWAP
  67. % OwnCompressCall            -a %1 *.*
  68. % OwnCompressLowErrorRC      1
  69. % OwnDeCompressPath          C:\SYS\ARC\PKUNZIP.EXE N SWAP
  70. % OwnDecompressCall          -x %1
  71. % OwnDeCompressLowErrorRC    1
  72. % OwnExtension               RVH
  73. % OwnRecursive
  74. %
  75. %
  76. %
  77. %───────────────────────────────────────────────────────────────────────
  78. % Destination options. These options will decide the DEFAULT behaviour
  79. % of MTA when converting files.
  80. %───────────────────────────────────────────────────────────────────────
  81. CompressionType               ZIP
  82. ZIPCompression               -ex
  83. DWCCompression                z
  84. % LZHCompression              /O-
  85. % ARJCompression              -jm
  86. PKLITECompression             -b
  87. %
  88. OriginalARJName
  89. %
  90. % Description
  91. % AutoDescription             C:\SYS\ARC\MYHEADER.ANS
  92. % OptimizeOnSize
  93. % OnlyUpgrade
  94. %
  95. %
  96. %───────────────────────────────────────────────────────────────────────
  97. % BBS options
  98. %───────────────────────────────────────────────────────────────────────
  99. FilesBBS                     Files.BBS
  100. AddFilesBBS
  101. % FilesBBSFormat             1 1 14
  102. % CarryComment                1 ##_The_MTA_Board_##
  103. UpdateUntypedFiles E:\OUTBOUND\*.TIC
  104. UpdateUntypedFiles E:\OUTBOUND\*.MSG
  105. TickFiles E:\INBOUND\*.TIC
  106. TickFiles E:\INBOUND\*.BAD
  107. %
  108. %
  109. %───────────────────────────────────────────────────────────────────────
  110. % Various RUN-TIME options, independent of the source and target files
  111. % you convert
  112. %───────────────────────────────────────────────────────────────────────
  113. % SubstDrive FGH
  114. % StowBuffer 64000
  115. % NoSwap
  116. % SwapPath                   E:\
  117. AltDisplay
  118. % ShareWait 1200
  119. % NoArcInArc
  120. RunTime                      600
  121. WarningTime                  10
  122. SFXFiles
  123. % NoMarked
  124. % MarkHeader                 MYCONV
  125. % MarkString                 Insert_Your_ID
  126. % KeepAbnormalExtensions
  127. FreeMemory                   150000
  128. % AllDisketteFiles
  129. ReportSpecialAttributes
  130. KeepAV
  131. KeepVolLabel                                                 **NEW1450**
  132. ForceCGA
  133. % NoMouse Window
  134. % Not4DosAware
  135. ExtendedTesting
  136. % VideoMode 3
  137. %
  138. %
  139. %───────────────────────────────────────────────────────────────────────
  140. % Define files to exclude from the target-files, define files to be in-
  141. % cluded in the target-files and define files to exclude from the con-
  142. % version alltogether
  143. %───────────────────────────────────────────────────────────────────────
  144. % IncludeFile                C:\ZIP\BBE.SND !
  145. % IncludeFile                C:\DOC\BPPC.CAT
  146. % IncludeFile                C:\ZIP\MTABAT.BAT AutoLarc.BAT
  147. %
  148. ExcludeFile                  !
  149. ExcludeFile                  U_READ.ME
  150. ExcludeFile                  LOGO.ASC
  151. ExcludeFile                  WHO_FROM.TXT
  152. ExcludeFile                  CRCKLIST.CRC
  153. ExcludeFile                  SAFE_OWL.COM
  154. ExcludeFile                  RUN_THIS.COM
  155. ExcludeFile                  #CRC_DIR.SEC
  156. %
  157. % DoNot                      *.A0?
  158. % DoNot                      *.A1?
  159. % DoNot                      *.A2?
  160. % DoNot                      *.A3?
  161. % DoNot                      *.A4?
  162. % DoNot                      *.A5?
  163. % DoNot                      *.A6?
  164. % DoNot                      *.A7?
  165. % DoNot                      *.A8?
  166. % DoNot                      *.A9?
  167. % DoNot                      ALLFILES.*
  168. %
  169. %
  170. %───────────────────────────────────────────────────────────────────────
  171. % Define the different EXIT's MTA supplies. Read documentation for de-
  172. % tails on the various EXIT's.
  173. %───────────────────────────────────────────────────────────────────────
  174. % ExitBeforeStart            FLASH /D
  175. % ExitBetweenConversion      C:\SYS\DIV\MTABETWE.BAT %1 %2 %3
  176. % ExitAfterCompression       MAKESFX.BAT
  177. % ExitBeforeFill             FORMAT A: /V
  178. ExitAfterFill                C:\CAT\CATDISK.EXE /F?
  179. % ExitBeforeEnd              FLASH /A
  180. %
  181. %
  182. %───────────────────────────────────────────────────────────────────────
  183. % Define the various paths MTA can (or must) use for the conversion.
  184. %───────────────────────────────────────────────────────────────────────
  185. % DefaultPath                C:\ZIP     E:\ZIP               **CHA1450**
  186. % DefaultPath                C:\ZIP\TRA
  187. % DefaultPath                C:\ZIP\MOV
  188. % QBBSPaths D:\BBS\RAX\FLSEARCH.CTL
  189. % RaPaths D:\BBS\RAX\
  190. LogPath                      D:\LOG\MTA__RUN.LOG
  191. ErrorLogPath                 D:\LOG\MTA__ERR.LOG
  192. RandomPasswordListPath       D:\LOG\MTA__PWD.LOG
  193. NormalPasswordListPath       D:\LOG\MTA__PWD.LOG
  194. % MoveToDir                  E:\ZIP\TRA
  195. % TempPath                   E:\ 300000
  196. MTATempPath                  E:\ZIP\MTA 200000
  197. MTAErrorPath                 E:\ZIP\ERR
  198. FDUTempPath                  E:\ZIP\DIS
  199. FDUTrashPath                 E:\ZIP\TRA
  200. % ITSPath                    E:\
  201. % Baudrate 2400
  202. % FossilPort 2
  203. % StoreSize
  204. %
  205. %
  206. %───────────────────────────────────────────────────────────────────────
  207. % Define Virus-scanning  McAfee's   SCAN               (1th option)
  208. %                        Thijssen's HTScan             (2th option)
  209. %                        Veldman's  TBScan             (3th option)
  210. %───────────────────────────────────────────────────────────────────────
  211. VirusScanner B 1 C:\SYS\DIV\SCAN.EXE %P /NOMEM /NOPAUSE /E
  212. % VirusScanner D 1 C:\SYS\DIV\HTSCAN.EXE %P /A /B-
  213. % VirusScanner D 1 C:\SYS\DIV\TBSCAN.COM %P -FC:\SYS\DIV\VIRSCAN.DAT -A -D -R +N -O
  214. %
  215. %
  216. %───────────────────────────────────────────────────────────────────────
  217. % Define the way MTA must touch time/date values in the new files
  218. %───────────────────────────────────────────────────────────────────────
  219. TouchHig
  220. % TouchLow
  221. % TouchCur
  222. % AcceptHighDate
  223. % IgnoreTimeComponent
  224. %
  225. %
  226. %───────────────────────────────────────────────────────────────────────
  227. % Define the LOG-style you want to use (several examples included)
  228. %───────────────────────────────────────────────────────────────────────
  229. %───────────────────────────────────────────────────────────────────────
  230. % F R O N T D O O R  <tm>  style
  231. %───────────────────────────────────────────────────────────────────────
  232. % LogStartStyleFormat        ^M----------__%D__,_MTA
  233. % LogStyleFormat             >__%T__
  234. % LogTimeFormat              hh:mm:ss
  235. % LogDateFormat              dd_nnn_yy
  236. %───────────────────────────────────────────────────────────────────────
  237. % D ' B R I D G E    <tm>  style
  238. %───────────────────────────────────────────────────────────────────────
  239. LogStyleFormat               %D_%T__MTA:_
  240. LogDateFormat                mm/dd/yy
  241. LogTimeFormat                hh:mm
  242. %───────────────────────────────────────────────────────────────────────
  243. % Q U I C K B B S    <tm> style
  244. %───────────────────────────────────────────────────────────────────────
  245. % LogStyleFormat             %D_%T__
  246. % LogDateFormat              dd-nnn-yy
  247. % LogTimeFormat              hh:mm
  248. %───────────────────────────────────────────────────────────────────────
  249. % O P U S  1 . X X   <tm> style
  250. %───────────────────────────────────────────────────────────────────────
  251. % LogStyleFormat             +_%D_%T_MTAZ_
  252. % LogDateFormat              dd_nnn
  253. % LogTimeFormat              hh:mm:ss
  254. %───────────────────────────────────────────────────────────────────────
  255. % B I N K L E Y      <tm> style
  256. %───────────────────────────────────────────────────────────────────────
  257. % LogStyleFormat             +_%D_%T_MTAZ_
  258. % LogDateFormat              dd_nnn
  259. % LogTimeFormat              hh:mm:ss
  260. %───────────────────────────────────────────────────────────────────────
  261. % F A N T A S Y           style
  262. %───────────────────────────────────────────────────────────────────────
  263. % LogStyleFormat             MTALOG__%D__%T__Executed:_
  264. % LogDateFormat              dd_nnn_yyyy
  265. % LogTimeFormat              hh:mm:ss
  266.